www.gusucode.com > 酷维企业网站CMS管理系统 v2.1.0 > 酷维企业网站CMS管理系统 v2.1.0\code\left_i.asp

    <%
'程序名称:酷维企业网站程序CMS
'运行环境:ASP+ACCESS
'程序大小:4.60MB
'软件类型:ASP源码
'联系方式:QQ:921072227
'程序演示:企业程序
'官方网站:http://cms.coczz.com
%>
<table border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><table width="212" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td height="36" background="images/left_01.jpg" style="font-weight:bold; font-size:12px; color:#FFFFFF; padding-left:38px; padding-bottom:0px;"><a href="list.asp?tp=63"><font color="#333333">公告信息</font></a></td>
        </tr>
        <tr>
          <td height="163" align="center" style="border-left:1px solid #C5D4DF;border-right:1px solid #C5D4DF">
		  <table width="96%" border="0" cellspacing="0" cellpadding="0">
              <% set rs= Server.CreateObject("adodb.recordset")
sql="select top 6 * from news where mytype=63 order by id desc"
rs.open sql,conn,1 
while not rs.eof 
%>
              <tr>
                <td height="25" style="border-bottom:1px dotted #D0EDC5;">
		· <a href="show.asp?id=<%=rs("id")%>" target="_blank">
                  <%=left(rs("bt"),14)%>
                </a></td>
              </tr>
              <% rs.movenext 
wend 
			 %>
            </table></td>
        </tr>
        <tr>
          <td height="62" align="center" background="images/left_03.jpg">
		  <!--<div align="center"><marquee direction="up" width="92%" height="76" scrollamount="2" id=info onMouseOver=info.stop() onMouseOut=info.start() >% Call index_gonggao() %>
              </marquee></div> --></td>
        </tr>
        <tr>
          <td><img src="images/left_04.jpg" width="212" height="8" alt="" /></td>
        </tr>
      </table>
      <table border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="4"></td>
        </tr>
      </table>
      <table width="212" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td height="36" background="images/left_01.jpg" style="font-weight:bold; font-size:12px; color:#FFFFFF; padding-left:38px; padding-bottom:0px;"><a href="list.asp?tp=63"><font color="#333333">成功案列</font></a></td>
        </tr>
        <tr>
          <td height="163" align="center" style="border-left:1px solid #C5D4DF;border-right:1px solid #C5D4DF"><table width="96%" border="0" cellspacing="0" cellpadding="0">
              <% set rs= Server.CreateObject("adodb.recordset")
sql="select top 6 * from news where mytype=69 order by id desc"
rs.open sql,conn,1 
while not rs.eof 
%>
              <tr>
                <td height="25" style="border-bottom:1px dotted #D0EDC5;"> · <a href="show.asp?id=<%=rs("id")%>" target="_blank"> <%=left(rs("bt"),14)%> </a></td>
              </tr>
              <% rs.movenext 
wend 
			 %>
          </table></td>
        </tr>

        <tr>
          <td><img src="images/left_04.jpg" width="212" height="8" alt="" /></td>
        </tr>
      </table>
      <table border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="4"></td>
        </tr>
      </table>
      <table width="212" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td height="36" background="images/left_01.jpg" style="font-weight:bold; font-size:12px; color:#FFFFFF; padding-left:38px; padding-bottom:0px;"><font color="#333333">你认为本站外观如何!</font></td>
        </tr>
        <tr>
          <td height="163" align="center" style="border-left:1px solid #C5D4DF;border-right:1px solid #C5D4DF"><table border="0" width="91%" cellspacing="2" cellpadding="2">
            <form action="vote.asp" method="post" name="research" target="newwindow" id="research">
              <tr>
                <td valign="top" width="100%"><input style="border: 0"  checked="checked" name="Options" type="radio" value="1" />
                  1.非常好相当不错。<br />
                  <input style="border: 0" name="Options" type="radio" value="2" />
                  2.还可以比较满意。<br />
                  <input style="border: 0" name="Options" type="radio" value="3" />
                  3.并不怎么样一般。<br />
                  <input style="border: 0" name="Options" type="radio" value="4" />
                  4.很差劲不怎么样。<br /></td>
              </tr>
              <tr>
                <td width="100%" height="30" align="center"><input type="image" border="0" name="submit" src="images/vote1.gif" width="59" height="19" style="cursor:hand" />
                  <a href="vote.asp?stype=view" target="_blank"><img src="images/vote.gif" width="59" height="19" border="0" /></a></td>
              </tr>
            </form>
          </table>
          </td>
        </tr>
        <tr>
          <td><img src="images/left_04.jpg" width="212" height="8" alt="" /></td>
        </tr>
      </table>
    </td>
  </tr>
</table>